vitkuz / task01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task01

This is task01 for react course.

Run

  1. npm i

  2. npm start:all

  3. Go to http://localhost:4000/

  4. npm run build

  5. npm run clean

  6. npm run dev

  7. npm run prod

Description

"build:server": "webpack --config ./webpack.server.js --watch", "build:client": "webpack --config ./webpack.config.prod.js --watch", "clean": "rimraf ./build", "server": "nodemon ./server/index.js --watch ./server",

Deployed

Project is published and running at vitkuz.surge.sh http://surge.sh/ - Static web publishing for Front-End Developers

About


Languages

Language:CSS 52.6%Language:JavaScript 47.2%Language:HTML 0.1%