git clone https://github.com/alice42/myapp.git && cd myapp
npm run setup
npm run dev
Application is running on http://localhost:8080
npm run build
Build files will be available in ${__dirname}/build
❗️Don't forget to build project first!
npm run start
Application is running on http://localhost:3000