/NewsApp

Primary LanguageJavaScript

Required

  • node (12.18.0, recommended)
  • npm (6.14.4, latest)

Installation

git clone https://github.com/alice42/myapp.git && cd myapp
npm run setup

Usage

development

npm run dev

Application is running on http://localhost:8080

build

npm run build

Build files will be available in ${__dirname}/build

start

❗️Don't forget to build project first!

npm run start

Application is running on http://localhost:3000