This is the recomended starting point for any fractal based app. Follow the next steps:
- Download this repo
- Open a system shell into the project folder (a command window)
- Run
npm iin the shell - Run
npm startin the shell - Run a browser and navigate to
http://localhost:3000
Start hacking ... We are developing a full tutorial, comming soon ... Spanish version readme
For a production version run: npm run compile, and see the result in the dist/ folder.
- Assets are static, these are copied to the dist folder.
- Resources are dynamic these are inserted when your require (e.g. require('../resources/myresource.png') ) them.
What are missing for this repo:
- Make a Fractal favicon
- Put fractal favicon by default
- Include imports-loader as a dependency (EVALUATE)
What maybe great for this repo: