It is a simple NodeJS and ReactJS app that allows users to post new recipes.
This app is developed using the following technologies:
- node.js - Primary backend language
- Express - Light weight server
- react.js - Built components to render complex UIs
- Gulp - To develop app builds
- Twitter Bootstrap - Built mobile-first design using bootstrap framework.
Clone the repository.
$ git clone https://github.com/tejaskarelia17/simpleRecipeApp.git
$ cd simpleRecipeApp
Install the dependencies and devDependencies.
$ npm install
Run Gulp and Express Server Concurrently.
$ npm start
The app will start on http://localhost:3000