Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kompiro/qiita-my-note
https://github.com/kompiro/qiita-my-note
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kompiro/qiita-my-note
- Owner: kompiro
- Created: 2015-11-02T00:30:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T14:29:02.000Z (almost 9 years ago)
- Last Synced: 2023-04-12T20:30:50.192Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qiita-my-note (qiita-my-note)
> Read your team's articles and Write your memo
## Running your project
The generated project includes a development server on port `3000`, which will rebuild the app whenever you change application code. To start the server, run:
```bash
$ npm start
```To run the server with the dev-tools enabled, run:
```bash
$ DEBUG=true npm start
```To build for production, this command will output optimized production code:
```bash
$ npm run build
```