Skip to content

GBarthos/widgets-mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

widgets-mini

This is a small react project using JSPM.

installation

requirements

node >= 4.X

installing dependencies

install node modules:

npm install

then install JSPM dependencies:

$(npm bin)/jspm install

architecture

node_modules and jspm_packages are located at the root of the project, along with all the JSPM configuration files.

The source code is in /client, organized by (JSPM configured) package.
In each package, there are index.html and entry.js files, ready to be served for testing.

There is currently only one package: login.

commands

  • npm start: launch a node express server
  • npm run build --name=login: build package 'login'
  • npm run bundle --name=login: bundle package 'login'
  • npm run watch --name=login: bundle package 'login' on watch

About

Basic react project using JSPM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published