2. Initial Setup
Firstly, if you haven't install NodeJs, you can download from here: https://nodejs.org/en/
Before we start, we need to clone the Beginner Tutorial Repo
You can do so by:
git clone https://github.com/t83714/fractal-component-beginner-tutorial.git
You will want to checkout the blank-template
branch to follow this tutorial (Complete demo code can be found from master
branch).
cd fractal-component-beginner-tutorial
git checkout blank-template
To run the blank application, run:
npm start
After the application is started, you can access the application from:
http://localhost:3000/
you should see Hello World!
in your browser.