whatsup
A frontend framework for chillout-mode development π₯€ JSX components on generators*, fast mobx-like state management and exclusive cssx style system
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- whatsup.code-workspace
- launch.json
- init.ts
- transform.ts
- component.css
- component.scss
- cssx.tsx
- grid.scss
- mixed.tsx
- modules.tsx
- simple_css.tsx
- base.test.ts.snap
- base.test.ts
- babel__helper-module-imports.d.ts
- index.d.ts
- postcss-icss-selectors.d.ts
- compat.ts
- constants.ts
- index.ts
- utils.ts
- .babelrc
- jest.config.js
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- launch.json
- init.ts
- transform.ts
- attributes.test.ts.snap
- base.test.ts.snap
- children.test.ts.snap
- attributes.test.ts
- base.test.ts
- children.test.ts
- babel__helper-module-imports.d.ts
- babel__plugin-syntax-jsx.d.ts
- index.d.ts
- constants.ts
- index.ts
- .babelrc
- jest.config.js
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- cli
- index.ts
- logo.css
- logo.tsx
- app.css
- app.tsx
- index.ts
- bundle.tsx
- .babelrc
- .prettierrc
- package.json
- readme.md
- tsconfig.json
- webpack.config.js
- generator.ts
- index.ts
- logger.ts
- .babelrc
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- launch.json
- action.test.ts
- array.test.ts
- builder.test.ts
- computed.test.ts
- disposing.test.ts
- errors.test.ts
- exec_order.test.ts
- exports.test.ts
- map.test.ts
- mutator.test.ts
- observable.test.ts
- reaction.test.ts
- set.test.ts
- situations.test.ts
- action.ts
- array.ts
- atom.ts
- atomic.ts
- builder.ts
- computed.ts
- index.ts
- map.ts
- mutator.ts
- observable.ts
- reactions.ts
- set.ts
- utils.ts
- .babelrc
- jest.config.js
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- launch.json
- base.test.tsx
- index.ts
- .babelrc
- jest.config.js
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- deep.test.ts
- exports.test.ts
- shallow.test.ts
- deep.ts
- equal.ts
- index.ts
- shallow.ts
- .babelrc
- jest.config.js
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- launch.json
- context.test.tsx
- error-catching.test.tsx
- exports.test.ts
- mounting.test.tsx
- props.test.tsx
- reconcilation.test.tsx
- ref.test.tsx
- render.test.tsx
- updates.test.tsx
- utils.test.ts
- constants.ts
- context.ts
- create_ref.ts
- dom.ts
- event.ts
- factories.ts
- fragment.ts
- index.ts
- processor.ts
- reconciler.ts
- render.ts
- types.ts
- utils.ts
- vnode.ts
- .babelrc
- jest.config.js
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- launch.json
- base.test.tsx
- exports.test.ts
- link.test.tsx
- navigation.test.tsx
- params.test.tsx
- regexp.test.tsx
- index.ts
- keys.ts
- link.tsx
- navigation.ts
- route.tsx
- .babelrc
- jest.config.js
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- postcss-icss-selectors.d.ts
- postcss-import-sync2.d.ts
- index.ts
- tags.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- core.ts
- cssx.ts
- equals.ts
- jsx.ts
- route.ts
- .babelrc
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- data-providing.md
- event-system.md
- index.md
- index.md
- lifecycle.md
- mounting-callbacks.md
- observable-props.md
- valid-elements.md
- actions.md
- comparers.md
- computeds.md
- decorators.md
- filters.md
- index.md
- mutators.md
- observables.md
- reactions.md
- intellisense.png
- ts-workspace.png
- import.md
- index.md
- intellisense.md
- passing-variables.md
- getting-started.md
- intro.md
- custom.css
- index.module.css
- index.tsx
- favicon.svg
- github.svg
- logo.svg
- logo_big.svg
- logo_dark.svg
- .nojekyll
- CNAME
- prism.js
- .gitignore
- .prettierrc
- babel.config.js
- docusaurus.config.js
- package-lock.json
- package.json
- README.md
- sidebars.js
- tsconfig.json
- .gitignore
- .prettierrc
- lerna.json
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/whatsup/whatsup
Downloads the entire project code from GitHub to your computer.
cd whatsup
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
