Skip to content

a simple single user social media application for creating and editing posts

Notifications You must be signed in to change notification settings

anikanakatte/microposts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroPosts

A single user social media app for creating and viewing posts. Posts contain a title and a body and the individual posts can be edited and deleted.

Usage

Building the application

Use webpack to build the application

$ npm run build

Starting backend server

Start the json-server application which contains all the posts data

$ npm run json:server

Serve the application

Run webpack-dev-server to serve the application

$ npm run start:dev

Technologies Used

  • JavaScript
  • JavaScript modules
  • Webpack
  • Babel
  • Json-server: Fake REST API tool

About

a simple single user social media application for creating and editing posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published