Repo for the Main website of DevClub built on React using NodeJS
npm start
- Start development servernpm run build
- Build website for deploymentnpm test
- Run test scripts (No tests written currently)
- Used NodeJS 11.x
- Install ESlint extension in VS Code to see instructions from style guide.
- Used airbnb's styleguide.
- Using
firestore databaseDynamoDB to fetch data dynamically.
- Fill in API links in src/config/API.js before using.
- A common theme for the Website has been used. The theme colors can be set in the file components/Pallete.js. Each color has its own variants. Colors can be accessed in other files in the following manner:
import colors from '<path_to_components_folder>/Pallete';
...
...
// Use the color here
colors.color1.main