Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 270 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 270 Bytes

Installing

$ git clone https://github.com/johnnyyu0930/chick.git

$ cd $PROJECT_NAME

$ npm install

or

$ yarn

dev

$ npm start 

or 

$ yarn start

open http://localhost:3000

build

$ npm run build

or

$ yarn run build

License

MIT