A responsive, single-page blog app was reconstructed from a provided design comp using JavaScript, HTML5, Sass, and MEAN stack components. This simple app supports basic CRUD functionality and allows a user to read, post, edit, and delete blog entries.
You must have Node.js, npm, and MongoDB installed locally.
In the terminal:
- Clone this repository
- Navigate to the root directory of the cloned repository
- Run
npm install
- Start MongoDB
- Run either
gulp
ornode server
Open a web browser and view the app at http://localhost:5000.