Super simple quickstart project for Fractal framework. We use 🔥FuseBox🔥 as bundle/loader system, which allows a blazingly fast development and production building. All this offer a super simple development and production environment, you can count de dev + prod dependencies of this repo in one hand!! there are only 4, see package.json
If you are looking for a fully featured solution with prerendering, SSR and i18n you should use Fractal-featured
So you are here, this how you can use this repo:
- Download this repo
- Uncompress the downloaded file
- Open the folder
- Be sure you have Node.js and Yarn installed
- Open a command window
- Type
yarn i
and hit enter - Type
yarn start
and visit http://localhost:3000 in your browser - Lets hack it! ❤️
Finally when you have some work done, type yarn run compile
and hit enter and your app should appear at the dist/ folder. This is it.
We strongly recommend Visual Studio Code and use fractal-vscode-extension that provide many useful code snippets