Questions App developed for my react nano degree course at Udacity.
To get started you will need install it:
yarn:
$ yarn install
npm:
$ npm install
As this is a ** React Hooks ** project, you will need be, at least, in react "16.7.0-alpha.2"
, maybe an update would be necessary:
$ yarn add react@next react-dom@next
To run a development server (live reloading in http://localhost:3000):
$ npm start
or
$ yarn start
The content of this repository is licensed under a MIT License.