The best place to play!
A React vanilla test project. No libraries used other than the minimum required.
Install dependencies
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Or start a production version:
npm run start
# or
yarn start
Open http://localhost:3000 with your browser to see the result.
- Using the javascript airbnb styleguide.
- Used next js for an easy way to create api.
- Components api and naming heavenly inspired to the material-ui library that I use.