You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
api | 1 month ago | |
client | 1 month ago | |
.env.example | 7 months ago | |
.eslintrc | 1 month ago | |
.gitignore | 7 months ago | |
.prettierrc | 1 month ago | |
Dockerfile | 1 month ago | |
README.md | 1 month ago | |
docker-compose.prod.yml | 9 months ago | |
docker-compose.yml | 1 month ago | |
package-lock.json | 1 month ago | |
package.json | 1 month ago | |
webpack.common.js | 1 month ago | |
webpack.dev.js | 1 month ago | |
webpack.prod.js | 1 month ago | |
yarn.lock | 1 month ago |
README.md
Siameses
Site for Siameses SAC, representatives of Doulton ® Water Filters in Peru.
To set up a development environment, run
yarn install
yarn dev
If you wish to develop without populating the project with node_module
dependencies, there is a docker-compose.yml
you can use, just run the following in the project's root
docker-compose up -d
Using any of the two previous methods, access the site on http://localhost:8080
To build the site on production, the preferred method is Docker. Run the following in the project's root
docker-compose -f docker-compose.prod.yml up -d