Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mondial7/my-bae
Something about my dev stack
https://github.com/mondial7/my-bae
babel devstack es6 javascript-development mocha rollup vanilla-javascript
Last synced: about 1 month ago
JSON representation
Something about my dev stack
- Host: GitHub
- URL: https://github.com/mondial7/my-bae
- Owner: mondial7
- License: mit
- Created: 2018-02-08T10:08:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:42:13.000Z (about 1 year ago)
- Last Synced: 2023-12-15T15:55:43.912Z (about 1 year ago)
- Topics: babel, devstack, es6, javascript-development, mocha, rollup, vanilla-javascript
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Bae
Something about my dev stack## Install
clone this 👾
```
git clone https://github.com/mondial7/my-bae.git
cd my-bae
npm install
```## Developing
```
npm run forest
```
(... gonna watch you 🧐)## Testing
```
npm test
```
(surprise surprise 🤓)## Wrapping up
```
npm run build
```
(or just do nothing if Forest was running - after all... Run, Forest, run!)