This project was develop at Rocketseat's Next Level Week event during five days (10/12 to 10/16) about Children's day. Use it as you like, It is open-source :)
This project was developed at Rocketseat's Next Level Week event!
You should have:
- Yarn or NPM
- NodeJS
Run this app in your computer following the steps below
# Clone this repository
$ git clone https://github.com/NKKFu/happy-nlw3/tree/master/
# Enter on folder
$ cd happy-nlw3/web
# Then, install project's dependencies
$ yarn
# or
$ npm install
# Start application
$ yarn start
# or
$ npm start
# After that, a web page will be open on your main browser, enjoy!
This project was bootstrapped with Create React App. To learn React, check out the React documentation.
This project is under MIT license. Check file LICENSE for more details.