This is a spike to understand a end to end flow of a project. This project is for few of us to explore and expertise new things in our sphere. This project has a vision to help the customers to find caterers in their locality.
You should have yarn and node installed on your machine. See the tech stack section to find more about installation. Use node version mentioned in .nvmrc file. Run the following commands to get started.
- yarn install
- yarn run watch
- Open a browser and then type in localhost:2222. Application should start
- Semantic HTML - The application is not only for developers to read.
- Sass - More than css.
- Node - All the dependencies are here.
- React - Faster rendering the component.
- Yarn - To fix all the dependencies so that you know all the dependencies what works and what not.
- Webpack - To build our project.
- Travis - Check every commit that is pushed. Above is the status of the build.
MIT Free Software, Hell Yeah!