Skip to content

act-framework/act-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Act
A simple reactive front-end framework

 


Act starter

Act starter is the simplest config you can have to start a project with Act. It doesn't cover advanced usages or production builds. For more advanced usages check the examples.

Running

npm install
npm start
open http://localhost:8080/

Now you can change the index.js file and changes should be automatically reflected in your browser, since it uses the hot module replacement (hmr) feature.

This supposes you have a recent version of node and npm. If you don't, first go over nvm's instructions.

Releases

No releases published

Packages

No packages published