https://github.com/mattsterp/micro-posts
Micro posts is a simple front-end CRUD application.
https://github.com/mattsterp/micro-posts
babel webpack
Last synced: about 2 months ago
JSON representation
Micro posts is a simple front-end CRUD application.
- Host: GitHub
- URL: https://github.com/mattsterp/micro-posts
- Owner: mattsterp
- Created: 2018-12-07T15:00:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T21:59:11.000Z (over 3 years ago)
- Last Synced: 2025-08-18T15:39:48.471Z (10 months ago)
- Topics: babel, webpack
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro Posts
Description here...
### Version
1.1.0
## Usage
### Installation
Install the dependencies
```sh
$ npm install
```
### Serve
To serve in the browser - Runs webpack-dev-server
```sh
$ npm start
```
### Build
Compile and build
```sh
$ npm run build
```
## More Info
### Author
Matthew Peters
[Matthew Peters](https://www.mattsterp.com)
### License
This project is licensed under the MIT License