There are two ways to get started with JS Links.
If you just want to play around with the project, then set it up on your machine and do whatever you want with it.
If you decide to contribute a feature or parts of design, you will need to fork the project and send a pull request. Detailed and easy to understand instructions are available for you right here.
Follow the next steps
Clone the project
git clone [email protected]:amite/js-links.gitEnter the folder
cd js-linksInstall dependencies
yarn If you are using npm...
npm inpm run devAnd now you can start developing now on http://localhost:4000
npm run prodRunning this command will create an assets folder that you can expose to your server.
npm run startYou can check on http://localhost:8080
- Docs
- Your suggestions
-
Choosing and Configuring the right JS toolset
- Add Package.json
- Add editorconfig
- Add linter
- Add modular webpack setup
- Add React
- Add PostCSS support
- Add inline svg support
- Add webpack dev server
- Add Hot Module Reloading
- Add more prototype designs from contributors
-
Launch the Alpha!
See our CONTRIBUTING GUIDE
