Giter VIP home page Giter VIP logo

layout-app's Introduction

Layout App

About

This program is a template for working with Next.js applications based on React. This template makes it easy to get started with Next.a js application, and the main advantage of this application is that it works on Docker, in particular on docker-compose-up, which will help to easily embed it in your project.

This is the second version of the app. The first one is here - https://github.com/evgenytryzo/Create-App-Layout-trial

Start

New, up-to-date launch instructions (Actual start):

  • First, copy the repository:

git clone [email protected]:evgenytryzo/Layout-App.git
  • Then run the command on the command line:

docker compose up

With this command, you will launch the container with the application.

For installing all dependencies type yarn

If you get some error delete .node_modules and try again or create an issue about that

  • Open a browser window and navigate to a local host with port 4000:

http://localhost:4000/

Documentation:

To change the port, you should change the port in the 'package.json' file:

"scripts": {
    "dev": "next dev -p YOUR PORT",
    "build": "next build",
    "start": "next start -p YOUR PORT",
    "lint": "next lint"
  }

And you should also change the port in the 'docker-compose.yml' file:

    ports:
      - "YOUR PORT:PORT"

Tools:

  • Next.js
  • React
  • Docker
  • Yarn
  • CSS

Tasks for this project:

  • Create a 'sh' file to automatically configure dependencies in the project.
  • Change the 'export' and 'import' in the components for convenient work with them.
  • Install 'Babel'.

Interesting ideas and comments on the project are accepted for the kidney: [email protected]

layout-app's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

sokolo99 fafaga3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.