If you look at this page here, this is for you to share my code in the world.
👀 [Looking at my work]
💡 [Template]
-
Front-End
-
Git
-
Other
- MarkDown - Syntax MarkDown for file README.md
- https://shields.io/ - Create badges for this document
👀 Look package.json - Create by NPM INIT
# Node version
~ $ node --version
# NPM version
~ $ npm --version
# Clone this repository
~ $ git clone https://github.com/joellesenne/ocr-dw-p5-orinoco-frontend.git
~ $ cd /path/to/ocr-dw-p5-orinoco-frontend
# Install dependencies with NPM <https://docs.npmjs.com/>
~ npm install
# or Yarn <https://classic.yarnpkg.com/en/docs/>
~ yarn install
# Start server <http://localhost:8080>
~ npm run start // or webpack-dev-server
# Start dev
~ npm run dev // webpack
# or Start build
~ npm run build // or NODE_ENV='production' webpack
I am using Visual Studio Code
Open localhost:8000/ to browser
🎉 have fun
👤 Joël Lesenne <[email protected]>
- Twitter : @joellesenne
- Github : @joellesenne
- Codepen : @joellesenne
🏠 Web Site
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Joël Lesenne.
This project is MIT licensed.