The frontend of JaJaLand
React.js will be used.
npm >= 6.14
git clone https://github.com/geforce6t/JaJaLand-Frontend
cd JaJaLand-Frontend
cp src/config.example.js src/config.js
#Replace the values in config.js
npm install
npm start
- Maintain the project structure (pages, components etc).
- Use ES6+ features to write clean code. Especially async await and arrow functions
- Use only functional components + hooks.
Website backend - https://github.com/geforce6t/JaJaLand-Backend/