-
Install the dependencies
npm install
-
Start the development server
npm run start
- Generate a full static production build
- gitpages
npm install gh-pages
npm run deploy
- others
npm run build
Install the dependencies
npm install
Start the development server
npm run start
npm install gh-pages
npm run deploy
npm run build