Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumn2u/dalia-workshop
Dalia Workshop
https://github.com/sumn2u/dalia-workshop
bootstrap-4 react-es6 reactjs
Last synced: 18 days ago
JSON representation
Dalia Workshop
- Host: GitHub
- URL: https://github.com/sumn2u/dalia-workshop
- Owner: sumn2u
- Created: 2018-10-13T14:58:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T02:34:52.000Z (about 6 years ago)
- Last Synced: 2024-11-04T18:50:52.971Z (2 months ago)
- Topics: bootstrap-4, react-es6, reactjs
- Language: JavaScript
- Homepage: https://sumn2u.github.io/dalia-workshop/
- Size: 929 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dalia-workshop [![Build Status](https://travis-ci.org/sumn2u/dalia-workshop.svg?branch=master)](https://travis-ci.org/sumn2u/dalia-workshop)
Dalia Workshop.
## Prerequisites
You will need the following things properly installed on your laptop/pc.* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)## Installing Nodejs via `nvm` [docs](https://github.com/creationix/nvm)
* **Install Script**
-`curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash`
- or `wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash`
* **Load nvm**
-`export NVM_DIR="$HOME/.nvm"`
- `[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"`
* **Verify Installation**
- `command -v nvm`
- `nvm -v`
* **Download latest node**
- `nvm install node`
* **Use Node**
- `nvm use node`## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`## Running / Development
* `npm start`
* Visit your app at [http://localhost:3000](http://localhost:3000).### Running Tests
* `npm run test:dev`
### Building
* ` npm run build` (production)
### Deploying
* `yarn run deploy`
## Further Reading / Useful Links
* [reactjs.js](https://reactjs.org/docs/hello-world.html)
* [react-testing-library](https://github.com/kentcdodds/react-testing-library)
* Development Browser Extensions
* [redux dev-tools chrome](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
* [react-developer-tools for chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)