Closed hectcastro closed 8 years ago
We use the script extension on all projects (./scripts/server.sh rather than ./scripts/server). Consider adding it for consistency.
Agreed.
Scripts file extension addressed in https://github.com/WikiWatershed/mmw-micro/pull/1/commits/3e5f58426202347676bd63b8ff76d3d1332d56d7.
For the record, the reasoning for omitting the extension is to leave the door open for alternate scripting languages. For example, it may be easier to do something that needs to interact with AWS with Python/Boto vs. Bash script/AWS CLI. The interpreter used to evaluate the script can be controlled via #!
.
Add base project structure, including a stub NPM package configuration and scripts to manipulate the project. Also, add support for driving all of the AWS resources necessary to deploy the micro site across multiple environments.
Resolves parts of:
Testing
README
to see if bootstrapping the development environment works as expected.README
and ensure that the output matches the following:Note: The last bit referencing
index.html
may not exist. I create a stubindex.html
file insidedist/
to test.