Skip to content

A Full Stack Web Application foundation using: Inferno JS, Mobx, Typescript, Styled-Components, Firebase and Webpack 2

License

Notifications You must be signed in to change notification settings

siliconmagi/solaris

Repository files navigation

Castle

webpack 2 silicon magi banner


Solaris Web App Project Foundation

A Full Stack Web Application foundation using: Inferno JS, Mobx, Typescript, Styled-Components, AWS Cognito and Webpack 2

To download code:

$ git clone https://github.com/siliconmagi/castle 

To install dependencies:

$ cd castle
$ yarn 

Setup Config file: Input your values from amazon cognito console

$ cd ./src 
$ touch config.ts 
export default {
  region: '',
  UserPoolId: '',
  ClientId: '',
};

To develop:

$ yarn dev 

To build for production:

$ yarn prod 

To Live Edit Code open in browser:

http://localhost:3000/

About

A Full Stack Web Application foundation using: Inferno JS, Mobx, Typescript, Styled-Components, Firebase and Webpack 2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published