Simple platform to post announcements, I made it for a job. About constraints, it must be a data driven client app and easy to understand code.
These instructions will let you know how to handle the project and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This project has been developed and optimised with these configuration just below. It doesn't mean it's not compatible with a lower version.
node@10.15.3
yarn@1.9.4
Install project dependencies, it'll create a folder node_modules/
with all dependencies
> yarn
Run project with developer mode
> yarn dev
Run project with classic mode
> yarn build
> yarn start
Run unit test with jest
> yarn test
Deployment is performed with Zeit Now.
- NextJS - NextJS
- Arnaud Zheng - Initial work - arnaud-zg
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details