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 git@github.com:amite/js-links.git
Enter the folder
cd js-links
Install dependencies
yarn
If you are using npm...
npm i
npm run dev
And now you can start developing now on http://localhost:4000
npm run prod
Running this command will create an assets
folder that you can expose to your server.
npm run start
You 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